home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / viewer / msgifscn.zip / SYSEXITS.H < prev   
Text File  |  1991-06-17  |  482b  |  13 lines

  1. /*
  2. **    @(#)sysexits.h    2.5 (smail) 9/15/87
  3. */
  4.  
  5. # define EX_OK        0    /* successful termination */
  6. # define EX_USAGE    64    /* command line usage error */
  7. # define EX_NOHOST    68    /* host name unknown */
  8. # define EX_UNAVAILABLE    69    /* service unavailable */
  9. # define EX_SOFTWARE    70    /* internal software error */
  10. # define EX_OSFILE    72    /* critical OS file missing */
  11. # define EX_CANTCREAT    73    /* can't create (user) output file */
  12. # define EX_TEMPFAIL    75    /* temp failure; user is invited to retry */
  13.